Orchard.ContentManagement.ContentPart.ContentPart C# (CSharp) Method

ContentPart() public method

public ContentPart ( ) : System
return System
        public ContentPart() {
            _behavior = new ClayBehaviorCollection(new[] { new ContentPartBehavior(this) });
            _fields = new List<ContentField>();
        }