示例#1
0
 public CfSubscription(long?id, bool?enabled, string endpoint, CfNotificationFormat notificationFormat,
                       CfSubscriptionTriggerEvent?triggerEvent, CfSubscriptionSubscriptionFilter subscriptionFilter)
 {
     Id                 = id;
     Enabled            = enabled;
     Endpoint           = endpoint;
     NotificationFormat = notificationFormat;
     TriggerEvent       = triggerEvent;
     SubscriptionFilter = subscriptionFilter;
 }
 public CfSubscription(long? id, bool? enabled, string endpoint, CfNotificationFormat notificationFormat,
     CfSubscriptionTriggerEvent? triggerEvent, CfSubscriptionSubscriptionFilter subscriptionFilter)
 {
     Id = id;
     Enabled = enabled;
     Endpoint = endpoint;
     NotificationFormat = notificationFormat;
     TriggerEvent = triggerEvent;
     SubscriptionFilter = subscriptionFilter;
 }