Click or drag to resize

IUnitBase Properties

The IUnitBase type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets or sets the A attribute.
Public propertyB
Gets or sets the B attribute.
Public propertyBaseUnit
Gets or sets the Base Unit attribute.
Public propertyC
Gets or sets the C attribute.
Public propertyCatalogSymbol
Gets or sets the Catalog Symbol attribute.
Public propertyChangedBy
Gets the name of the user who changed the object last.
(Inherited from IObject.)
Public propertyChangedOn
Gets the point of time the object was changed last.
(Inherited from IObject.)
Public propertyCreatedBy
Gets the name of the user who created the object.
(Inherited from IObject.)
Public propertyCreatedOn
Gets the point of time the object was created.
(Inherited from IObject.)
Public propertyD
Gets or sets the D attribute.
Public propertyDescription
Gets or sets the object description. The description can be empty.
(Inherited from IObject.)
Public propertyFolder
Gets the containing folder.
(Inherited from IObject.)
Public propertyId
Gets the object ID. The ID is generated by the platform and cannot be modified.
(Inherited from IObject.)
Public propertyIsAAssigned
Gets or sets whether the A attribute is assigned.
Public propertyIsBaseUnit
Gets or sets the Is Base Unit attribute.
Public propertyIsBaseUnitAssigned
Gets or sets whether the BaseUnit attribute is assigned.
Public propertyIsBAssigned
Gets or sets whether the B attribute is assigned.
Public propertyIsCAssigned
Gets or sets whether the C attribute is assigned.
Public propertyIsCatalogSymbolAssigned
Gets or sets whether the CatalogSymbol attribute is assigned.
Public propertyIsDAssigned
Gets or sets whether the D attribute is assigned.
Public propertyIsIsBaseUnitAssigned
Gets or sets whether the IsBaseUnit attribute is assigned.
Public propertyIsLocked
Indicates if the object is locked.
(Inherited from IObject.)
Public propertyIsValid
Indicates if the object instance is valid. The object becomes invalid if the Destroy method has been called.
(Inherited from IObject.)
Public propertyLockedBy
Gets the name of the user who holds a lock on the object, empty string if the object is not locked.
(Inherited from IObject.)
Public propertyLockedOn
Gets the lock timestamp, if object is locked. DateTime.MinValue if not.
(Inherited from IObject.)
Public propertyName
Gets or sets the object name. The name cannot be an empty string. It is modifiable and does not have to be unique.
(Inherited from IObject.)
Public propertyObjType
Gets the object type.
(Inherited from IObject.)
Top
See Also