1. IResource

Interface IResource

Describes a resource in M.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IResource

Properties

CreatedBy

Gets the id of the user who created this resource. null if it has not been created.

Declaration
long? CreatedBy { get; }
Property Value
TypeDescription
long

CreatedOn

Gets the date on which this resource was created. null if it has not been created.

Declaration
DateTime? CreatedOn { get; }
Property Value
TypeDescription
DateTime

ModifiedBy

Gets the id of the user who modified this resource. null if it has not been created.

Declaration
long? ModifiedBy { get; }
Property Value
TypeDescription
long

ModifiedOn

Gets the date on which this resource was modified. null if it has not been created.

Declaration
DateTime? ModifiedOn { get; }
Property Value
TypeDescription
DateTime
If you have suggestions for improving this article, let us know!