Class Metadata
Inheritance
System.Object
Metadata
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: mdmapidotnetrestful.Model
Assembly: mdm-api-dotnet-restful.dll
Syntax
public class Metadata
Constructors
| Improve this Doc View SourceMetadata()
Declaration
public Metadata()
Properties
| Improve this Doc View Sourceid
Declaration
public string id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
key
Declaration
public string key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
lastUpdated
Declaration
public DateTime? lastUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
namespace
Declaration
public string namespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
value
Declaration
public string value { get; set; }
Property Value
Type | Description |
---|---|
System.String |