AppActs.API.Model.Event.ContentDurationAggregate.CopyOnlyKey C# (CSharp) Method

CopyOnlyKey() public method

public CopyOnlyKey ( ) : ContentDurationAggregate
return ContentDurationAggregate
        public ContentDurationAggregate CopyOnlyKey()
        {
            return new ContentDurationAggregate(this.Key, this.Content, 0);
        }