C# 클래스 SenseNet.ContentRepository.Storage.NodeHead

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
Get ( IEnumerable idArray ) : IEnumerable
Get ( int nodeId ) : NodeHead
Get ( string path ) : NodeHead
GetLastMajorVersion ( ) : NodeVersion
GetLastMinorVersion ( ) : NodeVersion
GetNodeType ( ) : NodeType

비공개 메소드들

메소드 설명
CreateFromNode ( Node node, int lastMinorVersionId, int lastMajorVersionId ) : NodeHead
GetByVersionId ( int versionId ) : NodeHead
GetVersionId ( VersionNumber version ) : int

Gets the VersionId that belongs to the given version. If no such version exists, 0 is returned.

NodeHead ( ) : System
NodeHead ( int nodeId, string name, string displayName, string path, int parentNodeId, int nodeTypeId, int contentListTypeId, int contentListId, System.DateTime creationDate, System.DateTime modificationDate, int lastMinorVersionId, int lastMajorVersionId, int creatorId, int lastModifierId, int index, int lockerId, long timestamp ) : System

메소드 상세

Get() 공개 정적인 메소드

public static Get ( IEnumerable idArray ) : IEnumerable
idArray IEnumerable
리턴 IEnumerable

Get() 공개 정적인 메소드

public static Get ( int nodeId ) : NodeHead
nodeId int
리턴 NodeHead

Get() 공개 정적인 메소드

public static Get ( string path ) : NodeHead
path string
리턴 NodeHead

GetLastMajorVersion() 공개 메소드

public GetLastMajorVersion ( ) : NodeVersion
리턴 NodeVersion

GetLastMinorVersion() 공개 메소드

public GetLastMinorVersion ( ) : NodeVersion
리턴 NodeVersion

GetNodeType() 공개 메소드

public GetNodeType ( ) : NodeType
리턴 SenseNet.ContentRepository.Storage.Schema.NodeType