C# Class Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmEmailTemplate

Inheritance: Microsoft.ResourceManagement.ObjectModel.RmResource
显示文件 Open project: Predica/FimClient

Public Methods

Method Description
GetResourceType ( ) : string

Gets the FIM name of the wrapped resource type.

RmEmailTemplate ( ) : System

Constructor.

Protected Methods

Method Description
EnsureSpecificAttributesExist ( ) : void

Ensures all attributes exist.

RmEmailTemplate ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialization.

Private Methods

Method Description
EnsureCustomAttributesExist ( ) : void

Implement this method to ensure that custom attributes, i.e. attributes not defined in the default FIM schema, exist.

Method Details

EnsureSpecificAttributesExist() protected method

Ensures all attributes exist.
protected EnsureSpecificAttributesExist ( ) : void
return void

GetResourceType() public method

Gets the FIM name of the wrapped resource type.
public GetResourceType ( ) : string
return string

RmEmailTemplate() public method

Constructor.
public RmEmailTemplate ( ) : System
return System

RmEmailTemplate() protected method

Constructor for serialization.
protected RmEmailTemplate ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System