SenseNet.ContentRepository.Storage.Search.Internal.Literal.Literal C# (CSharp) Method

Literal() public method

public Literal ( NodeAttribute nodeAttribute ) : System
nodeAttribute NodeAttribute
return System
		public Literal(NodeAttribute nodeAttribute) : base(nodeAttribute) { }
		public Literal(PropertyType propertySlot) : base(propertySlot) { }

Same methods

Literal::Literal ( PropertyType propertySlot ) : System
Literal::Literal ( object value ) : System