StampTypes
StampTypes class
邮票类型容器.
public static class StampTypes
特性
姓名 | 描述 |
---|---|
static AllTypes { get; } | 所有邮票类型。 |
方法
姓名 | 描述 |
---|---|
static Parse(string) | 返回带有 pasringType 名称的印章类型。当邮票名称未知时 - 抛出异常。 |
static TryParse(string) | 返回带有 pasringType 名称的印章类型。当邮票名称未知时 - 不会抛出异常并且方法返回空值. |
字段
姓名 | 描述 |
---|---|
static readonly Round | 圆形印章类型对象。 |
static readonly Square | 方形邮票类型对象。 |