C# 클래스 Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmApproval

Manual addition to the Approval class.
파일 보기 프로젝트 열기: Predica/FimClient 1 사용 예제들

공개 메소드들

메소드 설명
GetResourceType ( ) : string

Gets the FIM name of the wrapped resource type.

RmApproval ( ) : System

Constructor.

보호된 메소드들

메소드 설명
EnsureSpecificAttributesExist ( ) : void

Ensures all attributes exist.

RmApproval ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialization.

비공개 메소드들

메소드 설명
EnsureCustomAttributesExist ( ) : void

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

메소드 상세

EnsureSpecificAttributesExist() 보호된 메소드

Ensures all attributes exist.
protected EnsureSpecificAttributesExist ( ) : void
리턴 void

GetResourceType() 공개 메소드

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

RmApproval() 공개 메소드

Constructor.
public RmApproval ( ) : System
리턴 System

RmApproval() 보호된 메소드

Constructor for serialization.
protected RmApproval ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System