![]() |
CSLA .NET 10.0.0
A home for your business logic
|
class for extracted attribute definition More...
Public Member Functions | |
| bool | Equals (ExtractedAttributeDefinition? other) |
| Determines whether the current ExtractedAttributeDefinition object is equal to another object of the same type. | |
| override bool | Equals (object? obj) |
| Determines whether the current ExtractedAttributeDefinition object is equal to another object. | |
| override int | GetHashCode () |
| Calculates the hash code for the ExtractedAttributeDefinition object. | |
Properties | |
| string | AttributeName = string.Empty [get, set] |
| The name of the attribute. | |
| string | AttributeNamespace = string.Empty [get, set] |
| The namespace of the attribute. | |
| List< object > | ConstructorArguments = new() [get, set] |
| A list of arguments passed to the attribute's constructor. | |
| Dictionary< string, object > | NamedProperties = new() [get, set] |
| A dictionary to hold named properties and their values. | |
class for extracted attribute definition
|
inline |
Determines whether the current ExtractedAttributeDefinition object is equal to another object of the same type.
| other | The object to compare with the current object. |
|
inline |
Determines whether the current ExtractedAttributeDefinition object is equal to another object.
| obj | The object to compare with the current object. |
|
inline |
Calculates the hash code for the ExtractedAttributeDefinition object.
|
getset |
The name of the attribute.
|
getset |
The namespace of the attribute.
|
getset |
A list of arguments passed to the attribute's constructor.
|
getset |
A dictionary to hold named properties and their values.