StampTypes
StampTypes class
Stamp types container.
public static class StampTypes
Properties
| Name |
Description |
| static AllTypes { get; } |
All stamp types. |
Methods
| Name |
Description |
| static Parse(string) |
Returns stamp type with pasringType name. When name of stamp is unknown - exception is thrown. |
| static TryParse(string) |
Returns stamp type with pasringType name. When name of stamp is unknown - no exception is thrown and method returns null value. |
Fields
| Name |
Description |
| static readonly Round |
Round stamp type object. |
| static readonly Square |
Square stamp type object. |
See Also