Class IsValidMemberType
Used to determine if a member is valid.
Inheritance
System.Object
IsValidMemberType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.ExtensionModel.Content.Members
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class IsValidMemberType : ISpecification<IMember>
Constructors
IsValidMemberType(IMetadataSpecification)
Initializes a new instance of the IsValidMemberType class.
Declaration
public IsValidMemberType(IMetadataSpecification specification)
Parameters
IMetadataSpecification
specification
The specification. |
Methods
IsSatisfiedBy(IMember)
Returns a boolean based on the provided parameter.
Declaration
public bool IsSatisfiedBy(IMember parameter)
Parameters
IMember
parameter
|
Returns
System.Boolean
The condition based on the provided parameter. |