StampType
StampType class
Specify stamp type properties.
public sealed class StampType : IEquatable<StampType>
Properties
| Name |
Description |
| TypeIndex { get; } |
Get Index of object in collection of supported stamp types. |
| TypeName { get; } |
Name of stamp type. |
Methods
| Name |
Description |
| override Equals(object) |
Overridden method determines whether the specified System.Object is equal to the current System.Object. |
| Equals(StampType) |
Determines whether the specified stamp type is equal to the current object. |
| override GetHashCode() |
Overridden method serves as a hash function for a particular type. |
| override ToString() |
Overridden method serves as conversion to string type. |
See Also