JryVideo.Model.RemoteId.RemoteId C# (CSharp) Method

RemoteId() public method

public RemoteId ( RemoteIdType type, string id )
type RemoteIdType
id string
        public RemoteId(RemoteIdType type, string id)
        {
            this.Type = type;
            this.Id = id;
        }
RemoteId