C# 클래스 SenseNet.ContentRepository.Storage.Security.SecurityEntry

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

공개 메소드들

메소드 설명
Export ( XmlWriter writer ) : void
Export1 ( XmlWriter writer ) : void
ToString ( ) : string
ValuesToString ( ) : string

비공개 메소드들

메소드 설명
Combine ( PermissionSet permissionSet ) : void
SecurityEntry ( int definedOnNodeId, int principalId, bool isInheritable, PermissionValue permissionValues ) : System

메소드 상세

Export() 공개 메소드

public Export ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void

Export1() 공개 메소드

public Export1 ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValuesToString() 공개 메소드

public ValuesToString ( ) : string
리턴 string