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

Inheritance: Microsoft.ResourceManagement.ObjectModel.RmResource
Afficher le fichier Open project: Predica/FimClient

Méthodes publiques

Méthode Description
GetResourceType ( ) : string

Gets the FIM name of the wrapped resource type.

RmEmailTemplate ( ) : System

Constructor.

Méthodes protégées

Méthode Description
EnsureSpecificAttributesExist ( ) : void

Ensures all attributes exist.

RmEmailTemplate ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialization.

Private Methods

Méthode 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 méthode

Ensures all attributes exist.
protected EnsureSpecificAttributesExist ( ) : void
Résultat void

GetResourceType() public méthode

Gets the FIM name of the wrapped resource type.
public GetResourceType ( ) : string
Résultat string

RmEmailTemplate() public méthode

Constructor.
public RmEmailTemplate ( ) : System
Résultat System

RmEmailTemplate() protected méthode

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