AttributeCombination
public class AttributeCombination : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Constructors
AttributeCombination
public AttributeCombination(AttributeName name, AttributeValue value)
Properties
Name
public AttributeName Name { get; set; }
Value
public AttributeValue Value { get; set; }
Methods
DeepClone
public override object DeepClone()