C# 클래스 SenseNet.ContentRepository.Storage.Search.Internal.Literal

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

공개 메소드들

메소드 설명
Literal ( NodeAttribute nodeAttribute ) : System
Literal ( PropertyType propertySlot ) : System
Literal ( object value ) : System

비공개 메소드들

메소드 설명
WriteXml ( XmlWriter writer ) : void

메소드 상세

Literal() 공개 메소드

public Literal ( NodeAttribute nodeAttribute ) : System
nodeAttribute NodeAttribute
리턴 System

Literal() 공개 메소드

public Literal ( PropertyType propertySlot ) : System
propertySlot SenseNet.ContentRepository.Storage.Schema.PropertyType
리턴 System

Literal() 공개 메소드

public Literal ( object value ) : System
value object
리턴 System