Class UnitMan.UOM
Inheritance
System.Object
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:AeroGIS.Common
Assembly:cs.temp.dll.dll
Syntax
Fields
Label
Declaration
Field Value
Type |
Description |
System.String |
|
Name
Declaration
Field Value
Type |
Description |
System.String |
|
Plural
Declaration
Field Value
Type |
Description |
System.String |
|
Scale
Declaration
Field Value
Type |
Description |
System.Double |
|
Signature
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
Domain
Declaration
public string Domain { get; }
Property Value
Type |
Description |
System.String |
|
IsMaster
Declaration
public bool IsMaster { get; }
Property Value
Type |
Description |
System.Boolean |
|
Master
Declaration
public UnitMan.UOM Master { get; set; }
Property Value
MasterSignature
Declaration
public string MasterSignature { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Clone()
Declaration
public UnitMan.UOM Clone()
Returns
IsCompatible(UnitMan.UOM)
Declaration
public bool IsCompatible(UnitMan.UOM u)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Load(XmlNode, Boolean)
Declaration
public void Load(XmlNode xn, bool IsMaster)
Parameters
Type |
Name |
Description |
XmlNode |
xn |
|
System.Boolean |
IsMaster |
|