Show / Hide Table of Contents

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
protected class UOM

Fields

Label

Declaration
public string Label
Field Value
Type Description
System.String

Name

Declaration
public string Name
Field Value
Type Description
System.String

Plural

Declaration
public string Plural
Field Value
Type Description
System.String

Scale

Declaration
public double Scale
Field Value
Type Description
System.Double

Signature

Declaration
public string Signature
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
Type Description
UnitMan.UOM

MasterSignature

Declaration
public string MasterSignature { get; }
Property Value
Type Description
System.String

Methods

Clone()

Declaration
public UnitMan.UOM Clone()
Returns
Type Description
UnitMan.UOM

IsCompatible(UnitMan.UOM)

Declaration
public bool IsCompatible(UnitMan.UOM u)
Parameters
Type Name Description
UnitMan.UOM u
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
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX