C# 클래스 SenseNet.ContentRepository.Schema.RepositoryPropertyAttribute

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

공개 메소드들

메소드 설명
RepositoryPropertyAttribute ( ) : System
RepositoryPropertyAttribute ( RepositoryDataType dataType ) : System
RepositoryPropertyAttribute ( string propertyName ) : System
RepositoryPropertyAttribute ( string propertyName, RepositoryDataType dataType ) : System
ToString ( ) : string

메소드 상세

RepositoryPropertyAttribute() 공개 메소드

public RepositoryPropertyAttribute ( ) : System
리턴 System

RepositoryPropertyAttribute() 공개 메소드

public RepositoryPropertyAttribute ( RepositoryDataType dataType ) : System
dataType RepositoryDataType
리턴 System

RepositoryPropertyAttribute() 공개 메소드

public RepositoryPropertyAttribute ( string propertyName ) : System
propertyName string
리턴 System

RepositoryPropertyAttribute() 공개 메소드

public RepositoryPropertyAttribute ( string propertyName, RepositoryDataType dataType ) : System
propertyName string
dataType RepositoryDataType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string