Method | Description | |
---|---|---|
AttributeConstraint ( |
Constructs an AttributeConstraint for a specified attriute Type and base constraint.
|
|
Matches ( object actual ) : bool |
Determines whether the Type or other provider has the expected attribute and if its value matches the additional constraint specified.
|
|
WriteActualValueTo ( |
Writes the actual value supplied to the specified writer.
|
|
WriteDescriptionTo ( |
Writes a description of the attribute to the specified writer.
|
Method | Description | |
---|---|---|
GetStringRepresentation ( ) : string |
Returns a string representation of the constraint.
|
public AttributeConstraint ( |
||
type | ||
baseConstraint | Constraint | |
return | System |
protected GetStringRepresentation ( ) : string | ||
return | string |
public WriteActualValueTo ( |
||
writer | ||
return | void |
public WriteDescriptionTo ( |
||
writer | ||
return | void |