Class ExchangeObject
Exchange object reference
Inheritance
System.Object
ExchangeObject
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: Simplic.Exchange
Assembly: Simplic.Exchange.dll
Syntax
public class ExchangeObject
Properties
| Improve this Doc View SourceExchangeObjectId
Gets or sets the object id
Declaration
public string ExchangeObjectId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ident
Gets or sets the item id
Declaration
public long Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
InstanceDataGuid
Gets or sets the instance data id
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ObjectStatus
Gets or sets the object status
Declaration
public ObjectStatus ObjectStatus { get; set; }
Property Value
Type | Description |
---|---|
ObjectStatus |
StackGuid
Gets or sets the stack id
Declaration
public Guid StackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
UserId
Gets or sets the user id
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |