MetadataDefinition
[Serializable]public sealed class MetadataDefinitionNo description is available for this type.
Fields
Section titled “Fields”
FIELD_COMMENTS
Section titled “FIELD_COMMENTS”public const string FIELD_COMMENTS = "Comments"No description is available for this member.
Returns
System.String — No return description is available.
FIELD_HIDE
Section titled “FIELD_HIDE”public const string FIELD_HIDE = "Hide"No description is available for this member.
Returns
System.String — No return description is available.
FIELD_MAX_BACKUPS
Section titled “FIELD_MAX_BACKUPS”public const string FIELD_MAX_BACKUPS = "Max Backups"No description is available for this member.
Returns
System.String — No return description is available.
Properties
Section titled “Properties”
public int Id { get; set; }No description is available for this member.
Returns
System.Int32 — No return description is available.
[Indexed][Collation("NOCASE")]public string Name { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
public MetadataDefinition.DataType Type { get; set; }No description is available for this member.
Returns
AssetInventory.MetadataDefinition.DataType — No return description is available.
ValueList
Section titled “ValueList”public string ValueList { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
RestrictAssetGroup
Section titled “RestrictAssetGroup”public bool RestrictAssetGroup { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
ApplicableGroup
Section titled “ApplicableGroup”public AI.AssetGroup ApplicableGroup { get; set; }No description is available for this member.
Returns
AssetInventory.AI.AssetGroup — No return description is available.
RestrictAssetSource
Section titled “RestrictAssetSource”public bool RestrictAssetSource { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
ApplicableSource
Section titled “ApplicableSource”public Asset.Source ApplicableSource { get; set; }No description is available for this member.
Returns
AssetInventory.Asset.Source — No return description is available.
IsPredefined
Section titled “IsPredefined”public bool IsPredefined { get; }No description is available for this member.
Returns
System.Boolean — No return description is available.
Constructors
Section titled “Constructors”
MetadataDefinition()
Section titled “MetadataDefinition()”public MetadataDefinition()No description is available for this member.
MetadataDefinition(string)
Section titled “MetadataDefinition(string)”public MetadataDefinition(string name)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
name |
System.String |
Methods
Section titled “Methods”
ToString()
Section titled “ToString()”public override string ToString()No description is available for this member.
Returns
System.String — No return description is available.