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

상속: Microsoft.ResourceManagement.ObjectModel.RmResource
파일 보기 프로젝트 열기: Predica/FimClient 1 사용 예제들

공개 메소드들

메소드 설명
GetResourceType ( ) : string

Gets the FIM name of the wrapped resource type.

RmPerson ( ) : System

Constructor.

보호된 메소드들

메소드 설명
EnsureSpecificAttributesExist ( ) : void

Ensures all attributes exist.

RmPerson ( 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

RmPerson() 공개 메소드

Constructor.
public RmPerson ( ) : System
리턴 System

RmPerson() 보호된 메소드

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