Interface IResource

Version: 4.0

Describes a resource in M.

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

Properties

CreatedBy

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

Declaration
RequestResponse
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
RequestResponse
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
RequestResponse
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
RequestResponse
DateTime? ModifiedOn { get; }
Property Value
TypeDescription
DateTime

Do you have some feedback for us?

If you have suggestions for improving this article,